Redo font map support in GtkFontChooser
authorMatthias Clasen <mclasen@redhat.com>
Sat, 13 Jun 2015 03:55:30 +0000 (23:55 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 13 Jun 2015 04:00:51 +0000 (00:00 -0400)
commit6f955a7df67222b6ee4b2502eb5e1428f9c91d20
treec7ede1be96862e105dde7a169f1b0e03c00a0cd0
parent8c6130e68a6e62980251cb19a0fbcd50505700f1
Redo font map support in GtkFontChooser

We can't add properties to the interface, since it breaks
3rd party implementations of the GtkFontChooser interface.
These exist, for example in gnumeric.

So, instead of a new property, add getter/setter vfuncs.
gtk/gtkfontbutton.c
gtk/gtkfontchooser.c
gtk/gtkfontchooser.h
gtk/gtkfontchooserutils.c
gtk/gtkfontchooserutils.h
gtk/gtkfontchooserwidget.c